Skip to content

Feature/phone number#21

Open
AllanHorst wants to merge 12 commits intomasterfrom
feature/phone-number
Open

Feature/phone number#21
AllanHorst wants to merge 12 commits intomasterfrom
feature/phone-number

Conversation

@AllanHorst
Copy link
Contributor

No description provided.

Copy link
Contributor

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dá uma olhada nas melhorias sugeridas! e cuida com os 80 chars na mensagem de commit, o que não couber tu coloca em uma linha abaixo.

},
error => {
this.setState({
message: `Erro ao enviar código de verificação para o nº ${ this.phoneNumberMasked }`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usa número mesmo :)


confirmCode = () => {
const { inputCode, code } = this.state
if (inputCode !== code) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quebra umas linhas aqui :)

placeholder="(00)0000-0000"
keyboardType="number-pad"
onChangeText={
number => this.setState({ number: MaskingHelper.mask(number, '(00)00000-0000') })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funciona com o placeholder: (00) 00000-0000 (usando espaço após o fechar de parênteses)??

@Dezainer
Copy link
Member

Dezainer commented Feb 2, 2019

@AllanHorst ta funcionando tranquilo essa parada ? O @brunoocasali testou pah e ta tendo uns problemas na auth.. Pelo q tu testou ai ta top ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants